[jira] [Commented] (LUCENE-4336) javacc tasks should use ivy

2012-08-29 Thread Robert Muir (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-4336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13444172#comment-13444172
 ] 

Robert Muir commented on LUCENE-4336:
-

Thanks for working on this. I tested today and it works great.

Just as an FYI (unrelated), i tried the new JavaCC option to make CharStream 
etc classes pkg-private,
it works (tests pass) but creates broken javadocs links because the parsers 
then have public
members/methods referring to pkg-private classes. So for now we cannot yet use 
it :(

But its much easier to regenerate now!

 javacc tasks should use ivy
 ---

 Key: LUCENE-4336
 URL: https://issues.apache.org/jira/browse/LUCENE-4336
 Project: Lucene - Core
  Issue Type: Task
Reporter: Robert Muir
Assignee: Uwe Schindler
 Fix For: 5.0, 4.0

 Attachments: LUCENE-4336.patch


 its a hassle to set this up currently. we should be able to
 just download javacc this way to run those tasks instead of
 making you download it yourself from the java.net site and
 setting build.properties options and stuff.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-4336) javacc tasks should use ivy

2012-08-29 Thread Uwe Schindler (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-4336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13444177#comment-13444177
 ] 

Uwe Schindler commented on LUCENE-4336:
---

Too bad! But thanks for reporting back!

 javacc tasks should use ivy
 ---

 Key: LUCENE-4336
 URL: https://issues.apache.org/jira/browse/LUCENE-4336
 Project: Lucene - Core
  Issue Type: Task
Reporter: Robert Muir
Assignee: Uwe Schindler
 Fix For: 5.0, 4.0

 Attachments: LUCENE-4336.patch


 its a hassle to set this up currently. we should be able to
 just download javacc this way to run those tasks instead of
 making you download it yourself from the java.net site and
 setting build.properties options and stuff.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-4336) javacc tasks should use ivy

2012-08-28 Thread Uwe Schindler (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-4336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13443448#comment-13443448
 ] 

Uwe Schindler commented on LUCENE-4336:
---

+1, I can look into this! I hope this can be solved from maven repo with a 
simple taskdef using cachepath.

 javacc tasks should use ivy
 ---

 Key: LUCENE-4336
 URL: https://issues.apache.org/jira/browse/LUCENE-4336
 Project: Lucene - Core
  Issue Type: Task
Reporter: Robert Muir

 its a hassle to set this up currently. we should be able to
 just download javacc this way to run those tasks instead of
 making you download it yourself from the java.net site and
 setting build.properties options and stuff.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-4336) javacc tasks should use ivy

2012-08-28 Thread Robert Muir (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-4336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13443465#comment-13443465
 ] 

Robert Muir commented on LUCENE-4336:
-

The javacc 5.0 is in maven repo (I upgraded to it locally because it fixes some 
bugs in generated javadocs code).

So it seems possible.

Jflex is harder, i think 1.5 is still unreleased? But we can do just javacc for 
now: its an improvement.

 javacc tasks should use ivy
 ---

 Key: LUCENE-4336
 URL: https://issues.apache.org/jira/browse/LUCENE-4336
 Project: Lucene - Core
  Issue Type: Task
Reporter: Robert Muir

 its a hassle to set this up currently. we should be able to
 just download javacc this way to run those tasks instead of
 making you download it yourself from the java.net site and
 setting build.properties options and stuff.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org