• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: WebObjects with NetBeans 6.5
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: WebObjects with NetBeans 6.5


  • Subject: Re: WebObjects with NetBeans 6.5
  • From: Tonny Staunsbrink <email@hidden>
  • Date: Sat, 4 Apr 2009 22:38:52 +0200

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 <mezz.dk@gmail.com> 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@hidden> 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@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden



--
Seeya...Q

Quinton Dolan - email@hidden
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@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to mezz.dk@gmail.com


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: Scheduling and re-scheduling
  • Next by Date: Re: maven.
  • Previous by thread: Re: [OT] It's gone!!!
  • Next by thread: Mother ship should use WO for dev forums...
  • Index(es):
    • Date
    • Thread