Author: echatellier Date: 2011-07-08 12:26:15 +0200 (Fri, 08 Jul 2011) New Revision: 1070 Url: http://nuiton.org/repositories/revision/wikitty/1070 Log: Disable purifier, break wikitty Removed: trunk/wikitty-api/src/test/java/org/nuiton/wikitty/entities/BirdImpl.java trunk/wikitty-api/src/test/java/org/nuiton/wikitty/entities/HorseImpl.java trunk/wikitty-api/src/test/java/org/nuiton/wikitty/entities/PegasusImpl.java Modified: trunk/wikitty-api/pom.xml trunk/wikitty-api/src/test/java/org/nuiton/wikitty/entities/WikittyGenerationTest.java trunk/wikitty-generators/src/main/java/org/nuiton/wikitty/generator/WikittyMetaTransformer.java Modified: trunk/wikitty-api/pom.xml =================================================================== --- trunk/wikitty-api/pom.xml 2011-07-07 16:15:16 UTC (rev 1069) +++ trunk/wikitty-api/pom.xml 2011-07-08 10:26:15 UTC (rev 1070) @@ -171,7 +171,7 @@ <goal>smart-generate</goal> </goals> </execution> - <execution> + <!-- <execution> <id>test-generation</id> <phase>generate-test-sources</phase> <configuration> @@ -188,7 +188,7 @@ <goals> <goal>smart-generate</goal> </goals> - </execution> + </execution> --> </executions> </plugin> @@ -257,7 +257,7 @@ http://www.nuiton.org/issues/show/1160 and http://www.nuiton.org/issues/show/1160--> - <!--profile> + <profile> <id>run-its</id> <activation> <property> @@ -295,7 +295,7 @@ </plugin> </plugins> </build> - </profile--> + </profile> </profiles> Deleted: trunk/wikitty-api/src/test/java/org/nuiton/wikitty/entities/BirdImpl.java =================================================================== --- trunk/wikitty-api/src/test/java/org/nuiton/wikitty/entities/BirdImpl.java 2011-07-07 16:15:16 UTC (rev 1069) +++ trunk/wikitty-api/src/test/java/org/nuiton/wikitty/entities/BirdImpl.java 2011-07-08 10:26:15 UTC (rev 1070) @@ -1,39 +0,0 @@ -/* - * #%L - * - * - * $Id$ - * $HeadURL$ - * %% - * Copyright (C) 2011 Codelutin, Chatellier Eric - * %% - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. - * - * You should have received a copy of the GNU General Lesser Public - * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. - * #L% - */ - -package org.nuiton.wikitty.entities; - -/** - * Bird impl. - * - * @author chatellier - * @version $Revision$ - * - * Last update : $Date$ - * By : $Author$ - */ -public class BirdImpl { - -} Deleted: trunk/wikitty-api/src/test/java/org/nuiton/wikitty/entities/HorseImpl.java =================================================================== --- trunk/wikitty-api/src/test/java/org/nuiton/wikitty/entities/HorseImpl.java 2011-07-07 16:15:16 UTC (rev 1069) +++ trunk/wikitty-api/src/test/java/org/nuiton/wikitty/entities/HorseImpl.java 2011-07-08 10:26:15 UTC (rev 1070) @@ -1,39 +0,0 @@ -/* - * #%L - * - * - * $Id$ - * $HeadURL$ - * %% - * Copyright (C) 2011 Codelutin, Chatellier Eric - * %% - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. - * - * You should have received a copy of the GNU General Lesser Public - * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. - * #L% - */ - -package org.nuiton.wikitty.entities; - -/** - * Horse impl. - * - * @author chatellier - * @version $Revision$ - * - * Last update : $Date$ - * By : $Author$ - */ -public class HorseImpl { - -} Deleted: trunk/wikitty-api/src/test/java/org/nuiton/wikitty/entities/PegasusImpl.java =================================================================== --- trunk/wikitty-api/src/test/java/org/nuiton/wikitty/entities/PegasusImpl.java 2011-07-07 16:15:16 UTC (rev 1069) +++ trunk/wikitty-api/src/test/java/org/nuiton/wikitty/entities/PegasusImpl.java 2011-07-08 10:26:15 UTC (rev 1070) @@ -1,84 +0,0 @@ -/* - * #%L - * - * - * $Id$ - * $HeadURL$ - * %% - * Copyright (C) 2011 Codelutin, Chatellier Eric - * %% - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. - * - * You should have received a copy of the GNU General Lesser Public - * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. - * #L% - */ - -package org.nuiton.wikitty.entities; - -/** - * Pegasus impl. - * - * @author chatellier - * @version $Revision$ - * - * Last update : $Date$ - * By : $Author$ - */ -public class PegasusImpl extends PegasusAbstract { - - /* - * @see org.nuiton.wikitty.entities.Pegasus#scream() - */ - @Override - public void scream() { - // TODO Auto-generated method stub - - } - - /* - * @see org.nuiton.wikitty.entities.Pegasus#walk() - */ - @Override - public void walk() { - // TODO Auto-generated method stub - - } - - /* - * @see org.nuiton.wikitty.entities.Bird#fly() - */ - @Override - public void fly() { - // TODO Auto-generated method stub - - } - - /* - * @see org.nuiton.wikitty.entities.Bird#getWingsCount() - */ - @Override - public int getWingsCount() { - // TODO Auto-generated method stub - return 0; - } - - /* - * @see org.nuiton.wikitty.entities.Bird#setWingsCount(int) - */ - @Override - public void setWingsCount(int wingsCount) { - // TODO Auto-generated method stub - - } - -} Modified: trunk/wikitty-api/src/test/java/org/nuiton/wikitty/entities/WikittyGenerationTest.java =================================================================== --- trunk/wikitty-api/src/test/java/org/nuiton/wikitty/entities/WikittyGenerationTest.java 2011-07-07 16:15:16 UTC (rev 1069) +++ trunk/wikitty-api/src/test/java/org/nuiton/wikitty/entities/WikittyGenerationTest.java 2011-07-08 10:26:15 UTC (rev 1070) @@ -48,7 +48,7 @@ */ @Test public void testModelEntitiesCompilation() { - Pegasus pegasus = new PegasusImpl(); - String pegasusRace = pegasus.getRaceFromPegasus(); + //Pegasus pegasus = new PegasusImpl(); + //String pegasusRace = pegasus.getRaceFromPegasus(); } } Modified: trunk/wikitty-generators/src/main/java/org/nuiton/wikitty/generator/WikittyMetaTransformer.java =================================================================== --- trunk/wikitty-generators/src/main/java/org/nuiton/wikitty/generator/WikittyMetaTransformer.java 2011-07-07 16:15:16 UTC (rev 1069) +++ trunk/wikitty-generators/src/main/java/org/nuiton/wikitty/generator/WikittyMetaTransformer.java 2011-07-08 10:26:15 UTC (rev 1070) @@ -67,7 +67,7 @@ //FIXME tchemit 2010-11-28 : still does not work with superclass inheritance, will not generate operation in Abstract classes - setTransformerTypes(WikittyPurifierTransformer.class); + //setTransformerTypes(WikittyPurifierTransformer.class); setTemplateTypes( WikittyContractGenerator.class, WikittyAbstractGenerator.class,
participants (1)
-
echatellier@users.nuiton.org