Compile on save

View: New views
6 Messages — Rating Filter:   Alert me  

Compile on save

by Daniel Mutch :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hey Milos

I was wondering if the new compile on save functionality for 6.5 will work with Maven projects and if so to what extent?

cheers
Dan

Re: Compile on save

by Bugzilla from mkleint@gmail.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'll be working on it very soon. I see a bunch of potential issues
with it especially in the resources area.

for now the per-project formatting already works in my current branch.
The java formatting panel will write it's project settings into
${basedir}/nb-configurations.xml file but if one takes the properties
and moves them into the  pom.xml then it will work as well, with the
added value of inheritance. I won't be able to change the UI of the
panel though for 6.5.

Milos

On Tue, Jul 15, 2008 at 2:47 AM, Daniel Mutch
<daniel.mutch@...> wrote:

>
> Hey Milos
>
> I was wondering if the new compile on save functionality for 6.5 will work
> with Maven projects and if so to what extent?
>
> cheers
> Dan
> --
> View this message in context: http://www.nabble.com/Compile-on-save-tp18456107p18456107.html
> Sent from the mevenide - user mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: Compile on save

by Daniel Mutch :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


wrt to configuration files. The new configuration system is capable of generating many nb related xml files. Is it necessary to keep them all in the root? Is it possible to move them to a nb specific directory? I ask this because the members of our team use a mixture of IDEs.

thanks
Dan


Daniel Mutch wrote:
Hey Milos

I was wondering if the new compile on save functionality for 6.5 will work with Maven projects and if so to what extent?

cheers
Dan

Re: Compile on save

by Bugzilla from mkleint@gmail.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

many == two.
and both have the nb* prefix. where is the problem?
eclipse is adding a generic .project file to the project and idea is
also adding some kind of file to the root.

Milos

On Tue, Jul 15, 2008 at 7:56 AM, Daniel Mutch
<daniel.mutch@...> wrote:

>
>
> wrt to configuration files. The new configuration system is capable of
> generating many nb related xml files. Is it necessary to keep them all in
> the root? Is it possible to move them to a nb specific directory? I ask this
> because the members of our team use a mixture of IDEs.
>
> thanks
> Dan
>
>
>
> Daniel Mutch wrote:
>>
>> Hey Milos
>>
>> I was wondering if the new compile on save functionality for 6.5 will work
>> with Maven projects and if so to what extent?
>>
>> cheers
>> Dan
>>
>
> --
> View this message in context: http://www.nabble.com/Compile-on-save-tp18456107p18458518.html
> Sent from the mevenide - user mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: Compile on save

by Daniel Mutch :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Sorry Milos, not trying to cause trouble...

Initially you have nb-configuration and nbactions.

Then you could add profileXml (is this a maven file?)

Then, if I override the actions associated with a profile i get a new file of the form nbactions-my-profile. I can end up with quite a few if these.

I only brought this up because I like to be a good neighbour to my fellow project users. It's not a big deal.

cheers
Dan



Milos Kleint wrote:
many == two.
and both have the nb* prefix. where is the problem?
eclipse is adding a generic .project file to the project and idea is
also adding some kind of file to the root.

Milos

On Tue, Jul 15, 2008 at 7:56 AM, Daniel Mutch
<daniel.mutch@barclayscapital.com> wrote:
>
>
> wrt to configuration files. The new configuration system is capable of
> generating many nb related xml files. Is it necessary to keep them all in
> the root? Is it possible to move them to a nb specific directory? I ask this
> because the members of our team use a mixture of IDEs.
>
> thanks
> Dan
>
>
>
> Daniel Mutch wrote:
>>
>> Hey Milos
>>
>> I was wondering if the new compile on save functionality for 6.5 will work
>> with Maven projects and if so to what extent?
>>
>> cheers
>> Dan
>>
>
> --
> View this message in context: http://www.nabble.com/Compile-on-save-tp18456107p18458518.html
> Sent from the mevenide - user mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Re: Compile on save

by Bugzilla from mkleint@gmail.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

maybe for the release after 6.5. feel free to file an issue for it.
(preferably under netbeans.org issue tracking system, component maven)

On Wed, Jul 16, 2008 at 3:25 AM, Daniel Mutch
<daniel.mutch@...> wrote:
>
>
> Sorry Milos, not trying to cause trouble...
>
> Initially you have nb-configuration and nbactions.
>
> Then you could add profileXml (is this a maven file?)

this one is maven file, yes.


>
> Then, if I override the actions associated with a profile i get a new file
> of the form nbactions-my-profile. I can end up with quite a few if these.

i've forgotten about these, yes the list can get a bit bigger then.


Milos

>
> I only brought this up because I like to be a good neighbour to my fellow
> project users. It's not a big deal.
>
> cheers
> Dan
>
>
>
>
> Milos Kleint wrote:
>>
>> many == two.
>> and both have the nb* prefix. where is the problem?
>> eclipse is adding a generic .project file to the project and idea is
>> also adding some kind of file to the root.
>>
>> Milos
>>
>> On Tue, Jul 15, 2008 at 7:56 AM, Daniel Mutch
>> <daniel.mutch@...> wrote:
>>>
>>>
>>> wrt to configuration files. The new configuration system is capable of
>>> generating many nb related xml files. Is it necessary to keep them all in
>>> the root? Is it possible to move them to a nb specific directory? I ask
>>> this
>>> because the members of our team use a mixture of IDEs.
>>>
>>> thanks
>>> Dan
>>>
>>>
>>>
>>> Daniel Mutch wrote:
>>>>
>>>> Hey Milos
>>>>
>>>> I was wondering if the new compile on save functionality for 6.5 will
>>>> work
>>>> with Maven projects and if so to what extent?
>>>>
>>>> cheers
>>>> Dan
>>>>
>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/Compile-on-save-tp18456107p18458518.html
>>> Sent from the mevenide - user mailing list archive at Nabble.com.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe from this list, please visit:
>>>
>>>    http://xircles.codehaus.org/manage_email
>>>
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>     http://xircles.codehaus.org/manage_email
>>
>>
>>
>>
>
> --
> View this message in context: http://www.nabble.com/Compile-on-save-tp18456107p18478387.html
> Sent from the mevenide - user mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email