Discussion:
[castor-dev] Maven build fails
Ralf Joachim
2009-09-02 22:52:51 UTC
Permalink
Werner,

do you have any idea why I see following build error at 'mvn install'?
May it be possible that the setResourceDestination() method has been
introduced recently it is not yet available at snapshot in maven repository?

[INFO]
------------------------------------------------------------------------
[INFO] Building Castor XML - Code generator
[INFO] task-segment: [install]
[INFO]
------------------------------------------------------------------------
[INFO] [castor:generate {execution: default}]
02.09.2009 23:48:26
org.exolab.castor.builder.printing.JClassPrinterFactoryRegistry
getJClassPrinterFactory
INFO: Returning JClassPrinterFactory with name standard
[INFO] Successfully created an instance of the Castor XML source
generator, release 1.3.1
[INFO] About to invoke method >setResourceDestination< on Castor's
SourceGenerator class using reflection.
[INFO] Processing
/home/ralf/castor/castor-2/codegen/src/main/resources/org/exolab/castor/builder/binding/binding.xsd
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------

Regards
Ralf
--
Syscon Ingenieurbüro für Meß- und Datentechnik GmbH
Ralf Joachim
Raiffeisenstraße 11
72127 Kusterdingen
Germany

Tel. +49 7071 3690 52
Mobil: +49 173 9630135
Fax +49 7071 3690 98

Internet: www.syscon.eu
E-Mail: ***@syscon.eu

Sitz der Gesellschaft: D-72127 Kusterdingen
Registereintrag: Amtsgericht Stuttgart, HRB 382295
Geschäftsleitung: Jens Joachim, Ralf Joachim




---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
Werner Guttmann
2009-09-03 08:48:30 UTC
Permalink
Yes, Ralf, I have deployed a new snapshot of the Maven plugin for Castor
yesterday night. Didn't realize that that this was having side effects.
Will look into those later on today ....

Werner
Post by Ralf Joachim
Werner,
do you have any idea why I see following build error at 'mvn install'?
May it be possible that the setResourceDestination() method has been
introduced recently it is not yet available at snapshot in maven repository?
That method is invoked using reflection; so if the SourceGenerator
version you are using does not have it, it won't cause any problems.

Werner
Post by Ralf Joachim
[INFO]
------------------------------------------------------------------------
[INFO] Building Castor XML - Code generator
[INFO] task-segment: [install]
[INFO]
------------------------------------------------------------------------
[INFO] [castor:generate {execution: default}]
02.09.2009 23:48:26
org.exolab.castor.builder.printing.JClassPrinterFactoryRegistry
getJClassPrinterFactory
INFO: Returning JClassPrinterFactory with name standard
[INFO] Successfully created an instance of the Castor XML source
generator, release 1.3.1
[INFO] About to invoke method >setResourceDestination< on Castor's
SourceGenerator class using reflection.
[INFO] Processing
/home/ralf/castor/castor-2/codegen/src/main/resources/org/exolab/castor/builder/binding/binding.xsd
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
Regards
Ralf
---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

Loading...