Metadata
- Source
- FLUID-2931
- Type
- Task
- Priority
- Blocker
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Laurel Williams
- Reporter
- Laurel Williams
- Created
2009-06-08T10:35:13.000-0400 - Updated
2009-11-25T11:02:37.000-0500 - Versions
- N/A
- Fixed Versions
- N/A
- Component
-
- Infusion Builder
Description
Comments
-
Laurel Williams commented
2009-06-18T15:55:05.000-0400 One issue that I found was that the php.ini max_execution_time variable may need to be increased from 30sec. There is also a setting to do this in apache. How will this impact other php code running on same server?
Jamon has addressed this by setting the php_value max_execution_time 120 in .htaccess on sirius.
-
Laurel Williams commented
2009-06-18T16:02:42.000-0400 Also for the web version, I needed to put the settings.xml file in the location pointed to by the mvn-settings-file argument. Even if you want it to point to the default location of .m2/settings.xml, you need to put it there. It doesn't exist there in the default installation in windows or unix.
This issue has been addressed in FLUID-2937
-
Laurel Williams commented
2009-06-18T16:03:16.000-0400 Investigate cleaning up the /tmp directories - expiring the info via nightly cron job.
A good command to do this would be
find /tmp/build/* -type f -cmin +1440 -exec rm -f {} \;
find /tmp/products/* -type f -cmin +1440 -exec rm -f {} \;Will also need to make sure that the permissions work so that this cron job can delete files created by nobody.
-
Laurel Williams commented
2009-07-15T14:37:48.000-0400 Need to find a way to hide the php code so that it cannot be hit by outside users.
-
Laurel Williams commented
2009-08-20T09:14:31.000-0400 Created php file to act as conduit to the actual php processing code.
this part of the issue is handled by FLUID-3038
-
Colin Clark commented
2009-11-04T19:01:44.000-0500 This issue is a very general one. The issues it mentions have either been fixed or have been superceded by more specific tickets.