On Aug 18, 2010, at 5:28 AM, Pascal Robert wrote:
>
> Le 2010-08-18 à 04:58, David Avendasora a écrit :
>
>> Hi all,
>>
>> This one has been driving me nuts all yesterday afternoon, and I know it has
>> to be something simple:
>>
>> I am building Wonder using Hudson. I am checking out Wonder and then
>> patching it and then building everything with the following Ant command: ant
>> all -propertyfile ${WORKSPACE}/Root/build.properties
>>
>> All the Frameworks build just fine as do most of the Examples and
>> Applications, but when it gets to my patched version of JavaMonitor, it
>> chokes saying:
>>
>> global.dummy:
>> [wocompile] Compiling 36 source files to
>> /Users/davendasora/.hudson/jobs/WOWODC_Wonder/workspace/Root/Roots/classes/JavaMonitor
>> [wocompile]
>> /Users/davendasora/.hudson/jobs/WOWODC_Wonder/workspace/Wonder/Applications/JavaMonitor/Sources/com/webobjects/monitor/application/Application.java:25:
>> package er.rest.routes does not exist
>> [wocompile] import er.rest.routes.ERXRoute;
>
> Modify Build/build/build.xml so that ERRest is in the classpath for ant :
>
> <target name="JavaMonitor.all" depends="deployment.embed.check">
> ...
> <param name="wo.external.root.bundles"
> value="ERJars/ERExtensions/ERRest/JavaWOExtensions/JavaMonitorFramework/Ajax"
> />
Thanks Pascal! I'll add this to my Wonder patch so it patches JavaMonitor,
JavaMonitorFramework and the build.xml.
Dave
>
>
>> One of the things that the patch does is add ERRest to the .classpath, and
>> I've verified that ERRest.framework is indeed in the wo.local.frameworks
>> directory as defined by the build.properties file that I'm passing to Ant.
>>
>> Why would Ant not be able to find it?
>>
>> Dave
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list ([email protected])
>> Help/Unsubscribe/Update your Subscription:
>> http://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca
>>
>> This email sent to [email protected]
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]