On Oct 29, 2008, at 2:24 PM, james o'loughlin wrote:


On Oct 29, 2008, at 4:13 PM, Chuck Hill wrote:

In the interests of brevity...

[property] Loading /Users/james/Documents/workspace/PWDA/Sources/ build.properties

Something in the build.xml is making it think that the project root is
        /Users/james/Documents/workspace/PWDA/Sources'
instead of
        /Users/james/Documents/workspace/PWDA

I think that all of your other problems stem from that.

Look at the top of the build.xml:

<project name="PWDA" default="build" basedir=".">

does basedir say Sources there?


Chuck


i don't see an extra "Sources" in my build.xml. not sure why it would be picking this up.

project name="PWDA" default="build" basedir=".">
<target name="build" depends="init.build,build.woapp,javaclient,ssdd,war,split,package" />

<target name="install" depends ="init.install,build.woapp,javaclient,ssdd,war,split,package" />

        <target name="clean" depends="init.properties">
                <delete dir="bin" />
                <delete dir="dist" />
        </target>

What is in  /Users/james/Documents/workspace/PWDA/build.properties?


where else would i define the project root? here's my project Properties:

<Picture 13.png>

my source folder was always "PWDA/Sources", should i change it to just "PWDA" for new hotness?

No!

Chuck


--
Chuck Hill             Senior Consultant / VP Development

Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems.
http://www.global-village.net/products/practical_webobjects






_______________________________________________
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]

Reply via email to