Hi Mike
I dug up some netbeans project setup. I'm posting it to the list, other
might benefit from it.
I'm using this in the ant file to have a run target which i invokes from
netbeans. Remember i just used i for the profiler so this target has been
made for that purpose (a few names was replaced and other paths may depend
on your build/project layout).
<target name="nb-profile" ><!-- /*depends="build"*/ -->
<fail unless="netbeans.home">This target can only run inside the
NetBeans IDE.</fail>
<nbprofiledirect>
<classpath> <pathelement
location="dist/dist/MyWoa.woa/WOBootstrap.jar"/> </classpath>
</nbprofiledirect>
<java classname="com.webobjects._bootstrap.WOBootstrap"
dir="dist/MyWoa.woa">
<sysproperty key="WOLocalRootDirectory" value="" />
<sysproperty key="WORootDirectory" value="/System" />
<sysproperty key="WOPlatform" value="MacOS" />
<sysproperty key="WOApplicationClass" value="som.package.Application" />/>
<classpath>
<pathelement location="dist/MyWoa.woa/WOBootstrap.jar"/>
</classpath>
<jvmarg value="${profiler.info.jvmargs.agent}"/>
</java>
</target>
Cheers
Tonny
On Sat, Mar 28, 2009 at 9:46 PM, Tonny Staunsbrink <[email protected]>wrote:
> Hi
> This is not an introduction, just a statement that it can be done. I've
> used Netbeans to run woa's, so i use the profiler, I don't have the setup
> anymore, but it could be done.
>
> Cheers
> /Tonny
>
> On Fri, Mar 13, 2009 at 10:31 AM, Q <[email protected]> wrote:
>
>>
>> On 13/03/2009, at 2:04 PM, mike deavila wrote:
>>
>> Hello,
>>>
>>> Has anyone tried to use netbeans to do webobjects development? If so, how
>>> and how do you get it to build the correct woa package?
>>>
>>
>> It's very unlikely, but you should be able to set it up to use an ant
>> target to build. Why not use eclipse?
>>
>> Thanks you the help.
>>> mike
>>> _______________________________________________
>>> 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/qdolan%40gmail.com
>>>
>>> This email sent to [email protected]
>>>
>>
>>
>>
>> --
>> Seeya...Q
>>
>> Quinton Dolan - [email protected]
>> Gold Coast, QLD, Australia (GMT+10)
>> Ph: +61 419 729 806
>>
>>
>>
>>
>> _______________________________________________
>> 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/mezz.dk%40gmail.com
>>
>> 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]