Re: [mevenide-user] Don't work at all on Netbeans 5.5

"Laurent Forêt" <[email protected]>
Newsgroups gmane.comp.jakarta.turbine.maven.mevenide.user
Message-ID <[email protected]>
Hi Stephane,

You can have two installation of netbeans working together. the
Netbeans 6.0Beta and now beta2 is in good quality. And as already said
Milos, he has
done a lot of job for the 6.0 release.

Please try the beta 2 and enjoy ;) . You have no excuse if you don't try,
indeed, it has never been so easy to install the mevenide plugin :

 http://mevenide.codehaus.org/m2-site/mevenide2-netbeans/installation.html

Laurent.

On 10/8/07, Stephane Bourzeix <[email protected]> wrote:
>
> Don't have this in the POM, basically it's empty ! ;-)
> Would you gimme yours complete when it is created from scratch ?
>
> Cheers,
>
> [image: moi]*Stéphane Bourzeix*: websites : bourzeix.com<http://www.bourzeix.com>- Le
> Blog <http://www.bourzeix.com/weblog>
> contact : stephane-Cdb4lGgoHfdWk0Htik3J/[email protected]
>
>
> On 10/8/07, Emilian Bold <[email protected]> wrote:
> >
> > Another known bug. See http://emilian-bold.blogspot.com/2007/07/maven-projects-with-netbeans-ide-part-1.html
> >
> >
> > Workaround:
> >
> > open the POM and look for
> >
> > <plugin>
> > <artifactid>maven-assembly-plugin</artifactid>
> >
> > then add
> >
> > *<version>2.1</version>*
> >
> > Emilian
> >
> > On 10/8/07, Stephane Bourzeix < [email protected]> wrote:
> > >
> > > For the "Run" problem I did put the class manually, and it never
> > > worked.
> > > I kinda just find a workaround, I've used the browse box for the
> > > working directory, validate the default proposed (the App one) and it added
> > > :
> > >
> > >         <profile>
> > >             <id>netbeans-public</id>
> > >             <activation>
> > >                 <property>
> > >                     <name>netbeans.execution</name>
> > >                     <value>true</value>
> > >                 </property>
> > >             </activation>
> > >             <build />
> > >         </profile>
> > >
> > > in my profiles in the POM.
> > >
> > > Now I'm able to run, and then I got another directory problem :
> > >
> > >
> > > [INFO]------------------------------------------------------------------------
> > > [ERROR]BUILD ERROR
> > > [INFO]------------------------------------------------------------------------
> > >
> > > [INFO]Badly configured, need existing jar at D:\netbeans-
> > > 5.5\projects\helloWorldMaven\target\executable-netbeans\helloWorldMaven-1.0-SNAPSHOT.jar
> > >
> > > ?
> > >
> > > [image: moi]*Stéphane Bourzeix*: websites : bourzeix.com<http://www.bourzeix.com>- Le
> > > Blog <http://www.bourzeix.com/weblog>
> > > contact : stephane-Cdb4lGgoHfdWk0Htik3J/[email protected]
> > >
> > >
> > > On 10/8/07, Emilian Bold < [email protected]> wrote:
> > >
> > > > I've used mevenide on NetBeans 5.5 for a long time and it's not as
> > > > catastrophic as it sounds.
> > > >
> > > > 1. Strange UTF paths: dunno, never used them, see the issuezilla,
> > > > eventually make a small testcase and submit it with the bug report.
> > > > It
> > > > will probably we fixed within the week (at least from my
> > > > bug-submitting experience).
> > > >
> > > > 2. Browse is indeed grayed out. Just put the package.MainClass
> > > > manually in the textfield.
> > > >
> > > > 3. Resource in default package: did you use the main/resources
> > > > folder
> > > > for resources ? Take not that normal Platform module projects have
> > > > the
> > > > resources in the same folder as the class files.
> > > >
> > > > 4. cli.Commandline might be another semi-known bug, try using mvn
> > > > from
> > > > the terminal, it's usually just fine.
> > > >
> > > > NB 6.0 support is supposed to be even better than 5.5. But even so,
> > > > 5.5 is almost right, especially after you learn to dodge the bugs
> > > > :-)
> > > >
> > > > Have fun,
> > > > Emilian
> > > >
> > > > On 10/8/07, Stephane Bourzeix < [email protected]> wrote:
> > > > > Hi There,
> > > > >
> > > > > Tried to use this plugin on a fresh NB 5.5 install and really
> > > > nothing worked correctly :
> > > > >
> > > > > - Path problems all the way specially if you have accentued char
> > > > in your bath (which is obviously a reality in France)
> > > > >
> > > > > - "Run" doesn't work, it says I need to configure in the project
> > > > properties but when you go there the "browse" button is grayed out and if
> > > > you type the class name it doesn't have any effect
> > > > >
> > > > > - I've got :
> > > > >
> > > > > You are trying to access file: VM_global_library.vm from the
> > > > default package.
> > > > > Please see
> > > > http://www.netbeans.org/download/dev/javadoc/org-openide-modules/org/openide/modules/doc-files/classpath.html#default_package
> > > > > [ERROR]ResourceManager : unable to find resource
> > > > 'VM_global_library.vm' in any resource loader.
> > > > >
> > > > > and :
> > > > >
> > > > > [ERROR]FATAL ERROR
> > > > >
> > > > [INFO]------------------------------------------------------------------------
> > > > >
> > > > [INFO]org.codehaus.plexus.util.cli.Commandline.setWorkingDirectory(Ljava/io/File;)V
> > > >
> > > > >
> > > > [INFO]------------------------------------------------------------------------
> > > > > [INFO]Trace
> > > > > java.lang.NoSuchMethodError:
> > > > org.codehaus.plexus.util.cli.Commandline.setWorkingDirectory(Ljava/io/File;)V
> > > >
> > > > >
> > > > > when building javadoc.
> > > > >
> > > > >
> > > > > ?????
> > > > >
> > > > > Any help ?
> > > > >
> > > > >
> > > > >   Stéphane Bourzeix: websites :   bourzeix.com -  Le Blog
> > > > > contact :   stephane-Cdb4lGgoHfdWk0Htik3J/[email protected]
> > > >
> > > >
> > > >
> > > > --
> > > > Emilian Bold
> > > > +40 740235562
> > > > http://www.emilianbold.ro
> > > >
> > > > Java and NetBeans Platform-loving consulting services from
> > > > Timisoara, Romania.
> > > >
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe from this list please visit:
> > > >
> > > >      http://xircles.codehaus.org/manage_email
> > > >
> > > >
> > >
> >
> >
> > --
> > Emilian Bold
> > +40 740235562
> > http://www.emilianbold.ro
> >
> > Java and NetBeans Platform-loving consulting services from Timisoara,
> > Romania.
> >
>
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.