jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Griffon
  • GRIFFON-98

Griffon compiles sources that may be already up to date

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Won't Fix
  • Affects Version/s: 0.2
  • Fix Version/s: 0.9.5-rc1
  • Component/s: cli
  • Labels:
    None

Description

From the mailing list:

Just noticed the following with a newly created app

[aalmiray@localhost sample]$ griffon compile
Welcome to Griffon 0.2 - http://griffon.codehaus.org/
Licensed under Apache Standard License 2.0
Griffon home is set to: /usr/local/griffon

Base Directory: /tmp/sample
Running script /usr/local/griffon/scripts/Compile.groovy
Environment set to development
    [mkdir] Created dir: /home/aalmiray/.griffon/0.2/projects/sample/classes
  [groovyc] Compiling 11 source files to /home/aalmiray/.griffon/0.2/projects/sample/classes
[aalmiray@localhost sample]$ griffon compile
Welcome to Griffon 0.2 - http://griffon.codehaus.org/
Licensed under Apache Standard License 2.0
Griffon home is set to: /usr/local/griffon

Base Directory: /tmp/sample
Running script /usr/local/griffon/scripts/Compile.groovy
Environment set to development
  [groovyc] Compiling 4 source files to /home/aalmiray/.griffon/0.2/projects/sample/classes
[aalmiray@localhost sample]$ griffon compile
Welcome to Griffon 0.2 - http://griffon.codehaus.org/
Licensed under Apache Standard License 2.0
Griffon home is set to: /usr/local/griffon

Base Directory: /tmp/sample
Running script /usr/local/griffon/scripts/Compile.groovy
Environment set to development
  [groovyc] Compiling 4 source files to /home/aalmiray/.griffon/0.2/projects/sample/classes

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Andres Almiray added a comment - 27/Oct/09 5:02 PM

Culprits are the 4 lifecycle scripts that have no code on them: Startup, Ready, Shutdown and Stop.
The compiler picks them up as they do not generate a .class file.

Show
Andres Almiray added a comment - 27/Oct/09 5:02 PM Culprits are the 4 lifecycle scripts that have no code on them: Startup, Ready, Shutdown and Stop. The compiler picks them up as they do not generate a .class file.
Hide
Permalink
Danno Ferrin added a comment - 28/Oct/09 9:25 AM

Is there some sort of a no-op call we could make? Not only would it reduce the compilaitons it would also reduce the impact of a classloader miss.

Show
Danno Ferrin added a comment - 28/Oct/09 9:25 AM Is there some sort of a no-op call we could make? Not only would it reduce the compilaitons it would also reduce the impact of a classloader miss.
Hide
Permalink
Andres Almiray added a comment - 12/Jan/12 3:41 PM

Apparently this hasn't been an issue for some time. Marking as won't fix.

Show
Andres Almiray added a comment - 12/Jan/12 3:41 PM Apparently this hasn't been an issue for some time. Marking as won't fix.

People

  • Assignee:
    Danno Ferrin
    Reporter:
    Andres Almiray
Vote (0)
Watch (0)

Dates

  • Created:
    27/Oct/09 5:00 PM
    Updated:
    09/Mar/12 9:28 AM
    Resolved:
    12/Jan/12 3:41 PM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.